Skip to content

docs: add agent framework indexing guide#100

Open
EfeDurmaz16 wants to merge 2 commits into
agentcommercekit:mainfrom
EfeDurmaz16:docs/agent-framework-indexing
Open

docs: add agent framework indexing guide#100
EfeDurmaz16 wants to merge 2 commits into
agentcommercekit:mainfrom
EfeDurmaz16:docs/agent-framework-indexing

Conversation

@EfeDurmaz16
Copy link
Copy Markdown

Summary

  • add a Context7 configuration for indexing ACK docs, packages, and demos
  • document the intended agent-framework adapter boundary
  • add cookbook targets for OpenAI Agents SDK, Claude Agent SDK, Vercel AI SDK, and MCP examples

Closes #98

Verification

  • pnpm exec oxfmt --check context7.json docs/docs.json docs/overview/agent-framework-integrations.mdx
  • node -e "const fs=require('fs'); for (const f of ['context7.json','docs/docs.json']) JSON.parse(fs.readFileSync(f,'utf8')); console.log('json ok')"
  • test -f docs/overview/agent-framework-integrations.mdx
  • git diff --check

Notes

  • Context7 documents repository configuration through a root context7.json; this PR keeps runtime framework adapters as follow-up work.

Signed-off-by: EfeDurmaz16 <efebarandurmaz05@gmail.com>
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 16, 2026

Warning

Rate limit exceeded

@EfeDurmaz16 has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 21 minutes and 21 seconds before requesting another review.

You’ve run out of usage credits. Purchase more in the billing tab.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 1afeb9b8-4bf6-412a-8ab4-79dcfc3581a9

📥 Commits

Reviewing files that changed from the base of the PR and between 6f65936 and 3ef8133.

📒 Files selected for processing (3)
  • context7.json
  • docs/docs.json
  • docs/overview/agent-framework-integrations.mdx
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 351a79d89c

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

library identity is:

```text
agentcommercekit/ack
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Include the leading slash in the Context7 ID

When readers copy this as the exact Context7 library identity for MCP/API usage, it does not match Context7's documented ID format: their API guide defines a library ID as the URL path and says to use /owner/repo for GitHub repositories (for example /vercel/next.js). The guide should show /agentcommercekit/ack so users can paste it directly into use library ..., refresh, or docs queries without first re-resolving the library.

Useful? React with 👍 / 👎.

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Addressed in 3ef8133 by using the canonical /agentcommercekit/ack Context7 library ID.

Signed-off-by: EfeDurmaz16 <efebarandurmaz05@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

docs: add agent framework integration and Context7 indexing guidance

1 participant